compare two iterators

self.iter().eq(other)
self.iter().partial_cmp(other)
self.iter().cmp(other)